PureBytes Links
Trading Reference Links
|
Hi list,
as we all know money management is an important part of all systems.
While trying to program numbers of contracts to trade I ended at the
following problem:
How is it possible to find an equity high up to the current trade in
ELA?
Ir's possible to find the current equity with
input: bank(500000); {$ amount to start with}
currbank = bank+netprofit,
...but how does the program find the maximum equity???
highest(currbank, ????)?
Any suggestions
Thanks in advance
Happy trading
Klaus
|