Position Size Calculator (MetaTrader indicator)

 
im trying to figure out why when I click on  Position Size Calculator (MetaTrader indicator) it doesn't activate the trade. ive gone over the installation numerous time still doesn't work. thanks in advance. 
 

An indicator does not place trades.

Your indicator calculates the position size based on risk % of your account. You have to place a trade yourself.

 
https://youtu.be/0csdTrtawYs 

This is the video on how it is supposed to work.
 
Scott:
https://youtu.be/0csdTrtawYs 

This is the video on how it is supposed to work.

If you required help on how to fix photos in Photoshop, would you use the Microsoft forum or would it be better to use the Adobe forum?

So, consider contacting the supplier of the tools you have referenced, namely EarnForex, for support! They have a dedicated forum thread for users to discuss that tool. Just follow the links available on the YouTube page you supplied.

 
Scott:
https://youtu.be/0csdTrtawYs 

This is the video on how it is supposed to work.

works for me.
with minor changes on indicator (MT4) file.

replace line 23 with this.

#include <PositionSizeCalculator.mqh>;

instead of 

#include "PositionSizeCalculator.mqh";
 
 That worked thank you so much!
Reason: