Disliked{quote} As long as you know it repaints and all the arrows, past and current will change. {image} {file}Ignored
Attached File
Coding robots and indicators in C# for no charge (cTrader API) 182 replies
Oanda MT4 - Indicators and EAs not showing 1 reply
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Need help to code EAs for MT4 and MT5 2 replies
Disliked{quote} As long as you know it repaints and all the arrows, past and current will change. {image} {file}Ignored
Disliked{quote} {quote} Will include the end minutes if it lands on a tf time, but rounds down if not. {image} {file}Ignored
Disliked{quote} It does not have a function to Close any Orders. Do you want to close them by an amount of money, a percentage. I might be able to help with this.Ignored
Disliked{quote} Try with this one. TakeProfits and StopLosses were unlinked. There was no function active to close orders. Now you have SL and TP linked. You can also use Profit and Loss by Money or by Percentage of the Balance. The space dedicated to the MA period input in the settings is not in the code. If you want, I can link it too. There is some more code that might be useless but I just added the functions you needed. {file} {file}Ignored
DislikedHello all senior coders, I need a little help for converting VWAP+Standard Deviations Indicator from Pine Script to mql4. The source code (Pine Script) and example are attached below. Thanks in advance for your time. {file} {image}Ignored
Disliked{quote} {quote} Will include the end minutes if it lands on a tf time, but rounds down if not. {image} {file}Ignored
DislikedHi I am trying to make an indicator and struggling with some line of code can any one put me right, it is my 1st try and rather than ask someone to do it for me thought i woukd try myself the lines are - if ( ( Close[2] > Open[2] )&& (High[2]=Close[2] ) && (Low[2]=Open[2]) ) { doAlert ("Potential reversal"); }Ignored
if ( ( Close[2] > Open[2] )&& (High[2]==Close[2] ) && (Low[2]==Open[2]) )
Disliked...if ( ( Close[2] > Open[2] )&& (High[2]=Close[2] ) && (Low[2]=Open[2]) ) { doAlert ("Potential reversal"); }Ignored
Disliked{quote} How would you define a trend/main direction, for a reversal to then occur to? From the pic, is it just above/below the daily open, means up/down trend, so be on the lookout for a reversal to the downside if above the open, and a reversal to the upside is below the open?Ignored
Disliked{quote} Timezone_Breakout_wMinute_visual_entry_tp_sl.ex4 Is it possible to add an on/off button?...Ignored
Disliked{quote} Thank you very much for ur help!! Im gonna check out these 2 monday morning!! Thank you again!!Ignored
Disliked{quote} It's the same indicator? It still repaints, it just doesn't delete arrows. There are buffers for the arrows now. {image} {file}Ignored