On a final note, does this fixed-risk, quote currency and lot amount have a calculation/formula/equation that you could share with me?
PositionSize = RoundDown(RiskMoney / (StopLoss * UnitCost / TickSize + 2 * sets.CommissionPerLot), 2);
That can already be done with a script.Is it possible that you would ever try to make the tool able to actually place orders, as a buy stop with the calculated lot size and a stop loss to that order all from where the user has placed the order lines using the calculator, with with one click?
Doing this would make it much more then a calculator but also extremely valuable and time saving.
Seems like a big project to me but I really don´t know so that´s why I am asking and wondering if you ever thought about it.
Thanks for the reply yes I mean partially closing trade at a take profit level EG; cut 50% of lot size at target 1 or 1R value (= break even trade) to protect capital (instead of moving stop to entry point ) then I can let the trade run with 0 risk. if I'm trading 5m or 15m chart it can move quite quick and an order would execute better than me. Many thanksChris,
Thank you for using our tool. Do you just want to partially close a trade at TP instead of a full-close? That would take creating a rather specialized expert advisor. You might consider trading without TP, setting price alert at the TP level instead, and then partially-closing manually when the alert triggers.
Yes.Just to confirm, does the current and will all future PSC Indicator and Script versions fully support both Instant and Market execution types?
And on that note...what is your view on the whole Instant Execution = Dealing Desk topic? do you think this is generally correct? and do you think that out of the two execution types that Market Execution is the most legitimate?