this is the script from a charting software indicator called Exhaustion Bars.
I dont know what script or code language it is written in.
I read once it is similar to C but know very little about coding.
I found out today that it may be written in code called Qscript.
I downloaded a qscript editor and was able to open 1of 2 files.
the other one was not in simply symbols and alphanumeric characters.
If you cant figure it, I may be able to find out what language the script is.
There are actually two version. Exh Bar 1 and Exh Bar 2.
Attached is the script for them from the scripts file from the program.
Can someone convert it into an indicator for MT4?
I have not used this service before. this is a project i have had on my mind for some time.
let me know.
Pedidos semelhantes
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project