- Search Crypto Craft
- 335 Results (86 Threads, 249 Replies)
-
How do I modify an Order with an EA?
Started Oct 9, 2010|Platform Tech|2 repliesHi, After I open an order manually, I would like to attach an EA to modify the order to set ...
-
How to find out the lowest close from a certain amount of time back?
Started Oct 4, 2010|Platform Tech|0 repliesHi, How do I find out the lowest candle close price out of a range of candles until a certain ...
-
How do I code my EA to detect Fibonacci Lines?
Started Oct 3, 2010|Platform Tech|25 repliesHi, When I draw a Fibonacci line from one point to another on the chart, I would like my EA ...
-
Simple Question about For Loops
Started Sep 30, 2010|Platform Tech|14 repliesfor (i = 0; i < 5; i ++) { bar = bar + 1; } Does the for loop start adding 1 to i first, or ...