Hello all, thanks
@Alexter for your effort.
I have some inquiries and would be grateful to have your ideas about.
1. When we want to go long (Buy), we normally set the EP to the high of the current candle (which is the case in PositionSizingCalculator) or slightly above. If the price moved toward bullish, then the order will be triggered and we will be in the trade.
Conversely, when we want to short (Short), we normally set the Ep to the low of the current candle (which is
NOT the case in PositionSizingCalculator) or slightly below.
Here in this tool, when one switch between Buy and Sell, SL and TP switched as it should, but EP remains to the high of the current candle. I think this should be fixed.
2. It would be great if when we set the SL, the TP also assigned based on "TP Multiple for SL value" without a need to click on TP button there.
3. Is it possible to run the PC-Trader script from the PositionSizingCalculator? For instance, a button that places the order after position sizing rather than running the PC-Trader script to do so?
4. I think the PositionSizingCalculator definitely needs an option where one can set a default SL and TP, for example, TP=5, EP=10. This is very important for several reasons. One because of many traders who has a fixed SL/TP distance from the EP in their trading strategy. In addition, sometimes, the length of the current candle is so small that SL to Ep would be one pip or smaller, thus the current method doesn't work.
an option which let us have to set a default Sl and TP would be great.
5. Some brokers have five digits (considering fraction pips) and some four for the none JPY pairs. If a broker has 5 digits, then for an SL distance of 5, one needs to add 50 which is a bit confusing. It should not be difficult to check and see if the user broker has 5 or 4 digits. in case of 5 digits broker, we should be still able to add SL distance as pips and not a fraction pips. (hope you understand what I mean)
Thanks.