I read a lot of threads where there are quite complex advices...and samples that have way too many variables and additional features that make it hard for a newbie like me.
I just need to know how I can fetch the profit/loss of the previous trade.
Something like this:
If (previous trade profit <= 0 )
{
do something
}
Thanks.

Comment