- Search Crypto Craft
-
FxArt.Trader replied Sep 23, 2024I didn't mean you, you replied to the wrong post

I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 23, 2024The simple answer is that you should use the following code to get the current date and time in the chart and use it to create your line. //Call without parameters datetime TimeCurrent(); //Call with MqlDateTime type parameter datetime TimeCurrent( ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 23, 2024Usually, the experts are coded with this default that they want to use in the ECN account And these two steps are done very quickly Its weakness is when we have important news between the first and second steps, and usually some servers do not ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 23, 2024what do you mean? If you want others to help you in coding, give more information plz Your request and post is not clear
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 23, 2024I heard this in the expert writing course and I don't have a specific source ECN servers do not allow the SL and Tp to be set at the same time as the entry price In other words, the order is opened in the first step, for the second step, the order ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 22, 2024@FxArt.Trader_10 custom hours on the chart you can see how it work on gif animation
image FxArt.Trader (Tools)
-
FxArt.Trader replied Sep 22, 2024Sorry, I forgot to add a code to remove the lines from the chart by removing the indicator, download again from the previous post. i also make this one, you can use this one too
url I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 22, 2024try this gif animation
image I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 22, 2024try to hexadecimal image you can use google image or Windows Paint image also look at here ... you don't need use C''...you just need RGB number... also Do not use character ,,,,,,,,, to separate colors Bcz we have them in RGB Color Use ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 21, 2024i know about that, i use portable + virtual link i use portable for my main Metatrader to make sure all data will be save in safe place, if something happened to my OS, all data are in other drive and no need to worry about data
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 21, 2024I learned this method while working with 3D programs There, because the size of the file is very large and you cannot have, for example, a library of 20-30 gigs in all projects. So you have to create a virtual copy or a virtual link so that the ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 20, 2024i think this is what you want //bullish candle if( Close[i+1]>Open[i+1] && Close[i+1]>(High[i+1]-((High[i+1]-Low[i+1])/4)) ) { Buffer1[i+1] = Low[i+1]; } //bearish candle if( Close[i+1]<Open[i+1] && Close[i+1]<(Low[i+1]+((High[i+1]-Low[i+1])/4)) ) { ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 20, 2024Thanks a lot, I found a way to code it today...it seems to work fine However, thank you very much for your reply image
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 19, 2024Try this, if it's not what you want, tell me and I'll change the code later
image I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 19, 2024Is the picture below correct? image
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 19, 2024Try this Arrow + Email + Alerts + Notifications ... also Without Histogram or Sub-Window
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied Sep 19, 2024This is not EA, but it will draw arrow on chat on mt4 and just M5 time frame, try it, if you make money from it then you can make EA
I will code your EAs and Indicators for no charge