Forum

Cant find how to set Stop-loss using double instead of pips

Greetings developers, Today I seek your help in a problem that has almost driven me insane. Thank you in advance for your time, and if i find the solution I'll post it here. Now for the problem: Wherever I look I see stop-loss in pips in this form, int TP_Points = 300 ; double norm_tp; norm_tp =

How to export my expert data to csv.

I am writing an EA that works based on ranges, I need to export 3 boolean variable values at predefined times to predict the next variable values preferably to a CSV to be able to create a model to predict the next variables. I researched a bit and cant find a way to export my own data while all i