I am wanting to create an EFS that will do a simple calculation when I mouse over candles.
I want to be able to see how many shares I can buy based on my risk and the size of the candle. So, if my risk was $100 per trade, the calculation that would be performed in the EFS is 100/(absolute value of High-Low).
I want this to display near my mouse pointer kind of like a window that tracks with the cursor.
If anyone can point me in the right direction of where to start I would greatly appreciate it.
Thanks,
Tyler
I want to be able to see how many shares I can buy based on my risk and the size of the candle. So, if my risk was $100 per trade, the calculation that would be performed in the EFS is 100/(absolute value of High-Low).
I want this to display near my mouse pointer kind of like a window that tracks with the cursor.
If anyone can point me in the right direction of where to start I would greatly appreciate it.
Thanks,
Tyler
Comment