How to use: Use the cursor to select the time, entry, stop loss, and target position. Enter the trading fee to calculate the reward/risk ratio and the actual reward/risk ratio (including the commission) according to the price you selected.
Known error: Settings of this script can't be saved as default might due to the interactive price selection function. If anyone knows how to fix it, please let me know.
feature: The visual Risk/Reward box, have three price labels on the right hand of the box. Calculate the actual reward/risk ratio based on the trading fee.
Add a breakeven line. When the price hit this line, you can move your stop loss to your entry price.
發布通知
Fixed the breakeven line code. The previous one can cause the script not working
發布通知
Revised the calculation about the actual risk/reward
發布通知
Added alert option. Note that you have to open new alerts every time you enter a new trade and close them after the trade is finished. Added the risk/reward lost percent function based on the trading fee.
發布通知
Added the English version. You can change it to English version by replacing the code I provided.
發布通知
Fixed Algorithm of calculating position size and actual reward/risk again. Now your position size will be calculated based on the risk per trade, taker and maker fee.
發布通知
Added a couple of simple calculations that could help you determine how much Leverage should use and the lowest win rate required. All the calculation includes the trading fee. Added Break even label.
發布通知
Added two features. 1. improve the box visual quality. 2. Now you can see the profit you get from the table in real time.
發布通知
Minor adjust
發布通知
Changed some translated words.
發布通知
Change the algorithm of breakeven and added target2 option.