| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | Easy Language in OEC, Help with Channel Indicator Inputs: L(15); Plot1(Average( Average((Close + Open) /2, 28) + Highest(High-Average((Close + Open) /2, 28),L) ,4),"Upper"); | ||
| |
|
| | #2 | ||
![]() | Re: Easy Language in OEC, Help with Channel Indicator Quote:
| ||
| |
|
| | #3 | ||
![]() | Re: Easy Language in OEC, Help with Channel Indicator That's the code I tested with in Easy, there is another bottom plot that makes up the channel but it is the same code just substituting low and lowest. It compiles without errors in both Easy and Rapid, but when either version is applied to the chart the result is the same. The series plots fine and everything is good and cpu runs very low that is up until a new high or low is made and then my cpu runs up to 50% and oec starts to freeze / chart starts to lag. My CPU is only like a year old, equivalent code on thinkorswim for instance doesn't run cpu up more than maybe 1%. This is the code with both upper and lower of the channel. Inputs: L(15); Plot1(Average( Average((Close + Open) /2, 28)+ Highest(High-Average((Close + Open) /2, 28),L) ,4),"Upper"); Plot2(Average( Average((Close + Open) /2, 28)+ Lowest(Low-Average((Close + Open) /2, 28),L) ,4),"Lower"); | ||
| |
|
| | #4 | ||
![]() | Re: Easy Language in OEC, Help with Channel Indicator PHP Code: | ||
| |
|
| | #5 | ||
![]() | Re: Easy Language in OEC, Help with Channel Indicator | ||
| |
|
| | #6 | ||
![]() | Re: Easy Language in OEC, Help with Channel Indicator I will play with that on monday to see if it helps. My first intuition is that OEC has some poorly coded Highest and Lowest that suck cpu. | ||
| |
|
| | #7 | ||
![]() | Re: Easy Language in OEC, Help with Channel Indicator Also, i have an older computer and OEC often runs at 100%, especially during times of high volatility, eg. when price is making a new high or a new low. I think older chips struggle to keep up with OEC for whatever reason. I am by no means a computer tech, but it could be the .net that it is based in. Maybe if you could put it on a new computer to see if it acts the same way. | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Easy Language Stop Loss Problem | mctaff | Automated Trading | 23 | 02-20-2010 03:41 AM |
| Easy Language Strategy Help | Marc33139 | Automated Trading | 3 | 07-28-2008 11:35 AM |
| Need Assintance with Simple Indikator ( Easy Language ) | flyingdutchmen | Coding Forum | 1 | 06-30-2008 06:32 PM |
| Accessing Market Indices in Easy Language | goldspot | Technical Analysis | 3 | 12-26-2007 11:01 PM |
| Easy Language - Help with Simple System | gatrader | E-mini Futures Trading Laboratory | 8 | 12-17-2007 06:40 PM |