Vucking good EA coder...
#13 Return This Month:
109.9%
[python] script to convert MQL4/5 logs to excel workbooks... 0 replies
Help to convert this script to a EA 1 reply
Metatrader 4 script to convert 10 years of M1 data 8 replies
Tradeview s now at 100 pip spread on GBP/JPY 13 replies
how can i convert EA to script 2 replies
DislikedI have a indicator in trading view. Can anyone help me to convert the trading view indicator to mt4 indicator.Ignored
DislikedI see the above poster never got an answer. I have the same thing and need someone to convert trading view script to MT4.Ignored
Disliked{quote} {quote} Perhaps he never got an answer because the coders have no idea what is required, it might be an idea to post the trading view script or at least a screenshot or description so coders have some idea what you want????? Its up to the requester to provide the information and then the coder to code based on that information. If no information is supplied no code is done, it's really as simple as that.
Ignored
Disliked{quote} {quote} Perhaps he never got an answer because the coders have no idea what is required, it might be an idea to post the trading view script or at least a screenshot or description so coders have some idea what you want????? Its up to the requester to provide the information and then the coder to code based on that information. If no information is supplied no code is done, it's really as simple as that.
Ignored
Disliked{quote} {quote} Perhaps he never got an answer because the coders have no idea what is required, it might be an idea to post the trading view script or at least a screenshot or description so coders have some idea what you want????? Its up to the requester to provide the information and then the coder to code based on that information. If no information is supplied no code is done, it's really as simple as that.
Ignored
DislikedNote: the above code is for a script so a script or indicator that functions the same would be great.Ignored
DislikedHi can anyone take a look at this? Tnx // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //btc_charlie / @TheParagonGrp //@version=5 indicator('[@btc_charlie] Trader XO Macro Trend Scanner', overlay=true) // Variables var ok = 0 var countBuy = 0 var countSell = 0 src = input(close, title='OHLC Type') i_fastEMA = input(12, title='Fast EMA') i_slowEMA = input(25, title='Slow EMA') i_defEMA = input(25, title='Consolidated EMA') // Allow the option to show single or...
Ignored