This script allows to create a binary *.hst file, supported by MetaTrader 4. This file can be imported in MetaTrader 4 as historical ...
Showing posts with label Save. Show all posts
Showing posts with label Save. Show all posts
MetaTrader 5 Script | Chart Save Template
0
The script saves current chart settings to a template with the specified name. There is only one input parameter for the template n...
MetaTrader 4 Script | Save and show the objects of testing chart
0
After back testing, we usually need to analyze the testing result on a new chart which we have loaded our template,in this case we ne...
MetaTrader 5 Script | Save and show the objects of testing chart
0
After back testing, we usually need to analyze the testing result on a new chart which we have loaded our template. In this case we ...
MetaTrader 4 Script | Save current chart to default template
0
it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. i...
MetaTrader 5 Script | Save OHLCV Data from Chart to CSV File
0
The standard method of getting historical data in metatrader5 is to use "View>Symbols>Request" tool as shown in the ...