Level's alert indicator
It is time to alert a market movement! Since many individual traders were showing their interest to experience an implantation of an alert attached from their charts, a new indicator with simple four line levels is brought to the community. Just input level you want to alert and later you can change its position by mouse dragging, no matter what state this line had before (resistance or support). This temporary solution for people which struggle current PTMC alert's functionality, however, PTMC DevOps will definitely release native convenient solution with complete new alert's engine right after current major tasks would be completed. Stay tuned!
-
PTMC Support 23.11.2016
Hello!
What the error do you have?
If you want add indicator on the Chart, you should:Download => unzip archive => from the "bin" folder to select the file (x64 for 64 bit PTMC, x86 for 32 bit PTMC) and upload in PTMC.
-
rep 29.08.2017Currently the indicator smallest value is 0.00001
I am trading on crypto and need more precision.
public double price1; // should be able to allow further adjustments of lets say
0.0000001.
Does it have something to do with this
Instruments.Current.FormatPrice(price1)
How to fix?
-
Burhay Vlad 30.08.2017Hi rep!
use validator in input params
like
[InputParameter("Level1 price", 4, 5)] // insread of 5 place 7 or more