add chart control
open and draw indicator lines on chart
This commit is contained in:
@@ -10,3 +10,14 @@ sed -i '1s/^/\xef\xbb\xbf/' ./Experts/JsonAPI.clean.mq5
|
||||
mv ./Experts/JsonAPI.clean.mq5 ./Experts/JsonAPI.mq5
|
||||
|
||||
|
||||
# Remove non-printable ASCII characters
|
||||
tr -cd '[:print:]\n\r' < ./Indicators/JsonAPIIndicator.mq5 > ./Indicators/JsonAPIIndicator.clean.mq5
|
||||
# Add UTF-8 BOM
|
||||
sed -i '1s/^/\xef\xbb\xbf/' ./Indicators/JsonAPIIndicator.clean.mq5
|
||||
mv ./Indicators/JsonAPIIndicator.clean.mq5 ./Indicators/JsonAPIIndicator.mq5
|
||||
|
||||
# Remove non-printable ASCII characters
|
||||
tr -cd '[:print:]\n\r' < ./Include/EnumStringToInt.mqh > ./Include/EnumStringToInt.clean.mqh
|
||||
# Add UTF-8 BOM
|
||||
sed -i '1s/^/\xef\xbb\xbf/' ./Include/EnumStringToInt.clean.mqh
|
||||
mv ./Include/EnumStringToInt.clean.mqh ./Include/EnumStringToInt.mqh
|
||||
Reference in New Issue
Block a user