- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Mar 28, 2010There are only 6 total ways to analyze an individual bar: High - Low High - Open High - Close Open - Low Open - Close Low - Close (4C2 for those who remember combinations) First off, can any of the above be removed because it's too redundant? As for ...
Pattern Matching Concept EA
-
Ronald Raygun replied Mar 28, 2010That's closer to what I'm trying to accomplish. Do you know what an MD5 checksum is? It's basically a way to uniquely identify a file regardless of size, content, etc. I'm trying to create something similar for a series of bars. There are currently ...
Pattern Matching Concept EA
-
Ronald Raygun replied Mar 28, 2010I'm almost definitely missing something. Here are two pictures of what windowscreenshot sees, and what I see. Code included as well, why are the two pictures different?
WindowScreenShot()
-
Ronald Raygun replied Mar 28, 2010Sorry, I meant for backtesting. I currently have the EA take a snapshot after a successful trade. Problem is I can't see the line.
WindowScreenShot()
-
Ronald Raygun replied Mar 28, 2010This is the indicator I'm trying to get windowscreenshot to capture. See if you can do it. I'm having trouble getting the function to work.
WindowScreenShot()
-
Ronald Raygun replied Mar 27, 2010Orderselect... if(MathAbs(OrderClosePrice() - OrderTakeProfit()) > MathAbs(OrderClosePrice() - OrderStopLoss())) Print("StopLoss"); if(MathAbs(OrderClosePrice() - OrderTakeProfit()) < MathAbs(OrderClosePrice() - OrderStopLoss())) ...
How to know if the last closed order
-
Ronald Raygun replied Mar 27, 201020% of a lot more money is better than 100% of very little money
Trainee Trader job?
-
Ronald Raygun replied Mar 27, 2010That's a perfectly viable alternative. As for how common it is, I guess my broker treats me well. Hasn't happened yet.
How to know if the last closed order
-
Ronald Raygun replied Mar 26, 2010Hey Market Pips, Doesn't seem to work for me. I'm trying to take screenshots of the chart as a trade is taken (custom indis, objects and standard indis included). So far, I can see standard indis, and chart objects, but no custom indis.
WindowScreenShot()
-
Ronald Raygun replied Mar 26, 2010Would it make a difference if the indis were attached to the chart during a backtest? [Edit]: It doesn't seem to capture the indicators. Looks like it will only use standard indicators, not custom ones.
WindowScreenShot()
-
Ronald Raygun replied Mar 26, 2010Let's start with it's not an indicator
Jasmine Marble Trading System...
-
Ronald Raygun replied Mar 26, 2010OrderSelect(i, SELECT_BY_POS, MODE_HISTORY); if(OrderClosePrice() == OrderTakeProfit()) Print("TakeProfit Hit"); if(OrderClosePrice() == OrderStopLoss()) Print("StopLoss Hit");
How to know if the last closed order
-
Ronald Raygun replied Mar 26, 2010The EA will rerun through the init() function. Depending on how the EA is written, if it has a memory, there should be no problem, if the EA has no memory, then the trade could be prematurely closed or mismanged.
Changing parameters in a running EA
-
WindowScreenShot()
Started Mar 26, 2010|Platform Tech|13 replies
I'm trying to use this feature, but I can't seem to get it to take pictures of indicators on ...
-
Ronald Raygun replied Mar 26, 2010Any suggestions for a better exit? And did you try using the EA on other TFs?
Jasmine Marble Trading System...
-
Ronald Raygun replied Mar 25, 2010The update is legitimate: url The virus is unconfirmed on my systems.
Did anyone else have to do that MT4 live update today?
-
Ronald Raygun replied Mar 25, 2010Looks like a script which is painting several horizontal lines.
New backround chart design