how to write in mt4

bunti_k23

Well-Known Member
#1
how to write this in mt4 language?


Plot( C, "Close", ParamColor("Color", colorDefault ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );

Buy = C > O;
Sell = C < O;

Cover=Buy;
Short=Sell;

shape = Buy * shapeUpArrow + Sell * shapeDownArrow;
PlotShapes( shape, IIf( Cross(H,Buy), colorWhite, colorWhite ),0, IIf( Buy, Low, High ) );
 
#2
Have you already found someone for that small project ? Maybe people don't want to bite if they do not see at least some numbers for that topic absolutely, I do want to help, but please list your payment for it anyway entirely and clearly.
 
#3
You can hire some MT4 programer for this task if you are not able to make it possible by yourself, I assume it's totally cool and clear for many possible reasons absolutely and entirely. We need to move up with such topics later.
 
#6
The software development company https://mlsdev.com must be able to handle different types of business. A large, complex software firm may have several teams, each with specific tasks. For example, a small business might need to hire a web developer to design its website. A larger company, on the other hand, will need to hire a web design firm to create its website. It's important to note that these two companies do not always use the same business model.
 
#7
To enter the editor, just right-click on an existing expert advisor in the left-hand navigator pane and select modify from the menu. The MetaEditor of MT4 will then open, and you will be able to create a new file. This offers the user syntax highlighting and debugging output.