[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EasyLanguage Question



PureBytes Links

Trading Reference Links

I'm loading "ProfitFactor" into a variable, so I can keep track of how
it changes with each subsequent trade that is generated.

My thinking is, I'd like to use it as an additional setup -- of the form

If {Buy Setup Conditions} AND PF >= 2.0 then
    Buy at Market;

My problem is, once PF falls below 2, it won't generate any more trades
-- the system shuts off.  It seems to me the answer would be to have it
always on in "phantom mode" generating phantm trades for the purposes of
calculating PF.

Does any EasyLanguage guru out there have an idea how I might do this?
Unfortunately, there isn't a "BuyPhantom" function.

Thankyou!