Hi traders,
Trying to find the lowest price of AccountProfit but the Profit price remains always the same.
What am I doing wrong here?
Thx a lot.
Amirio
double Profit = AccountProfit(); double LowestProfit = 0: if(Profit < LowestProfit) { LowestProfit = Profit; } and here the value of LowestProfit is always Profit....how can i get the lowest value of AccountProfit? Thx your help.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register