- Search Forex Factory
- 2,473 Results
- JibalaPasan replied Jan 10, 2021
Did you hack my account?
MT4 to Excel through Excel RTD (Finally!)All over strength is something I'm looking into already. Actually, I don't trade it because I'm too much focused on the German DAX / GER30 where I gain the most of my profits. Best of luck and stay ...
- JibalaPasan replied Jan 8, 2021
It is very logical that a macro that checks a cell if its value is >10 will permanently execute its command as long as the value is >10! You now have different ways on how to solve that problem. A very simple solution could be: Put a switch on ...
MT4 to Excel through Excel RTD (Finally!)
- JibalaPasan replied Jan 6, 2021
From the top menu choose "extras => options => experts" and show us the settings. Best of luck and stay green always!
MT4 to Excel through Excel RTD (Finally!)Jibala
- JibalaPasan replied Jan 4, 2021
Check the installation of those files in their respective folder: [Install] 1:experts.ini=config 2:experts.ini=config,16 1:FXBlue.dll=MQL4\libraries,48 2:FXBlue.dll=MQL4\libraries,32 FXBlueExcelRTD.dll=system32,64 FXBlueExcelRTD64.dll=system64,192 ...
MT4 to Excel through Excel RTD (Finally!)
- JibalaPasan replied Jan 3, 2021
Did you rtfm? The property name for bar history is as follows: @bh,symbol,timeframe,data,shift. For example, the following formula shows the high of the current EUR/USD H1 bar: =RTD("FXBlueLabs.ExcelRTD", ,"156734", "@bh,EURUSD,H1,high,0") There are ...
MT4 to Excel through Excel RTD (Finally!)
- JibalaPasan replied Jan 2, 2021
You need Excel VBA knowledge to program a dashboard that can trade fully automatically. The VBA macro then will permanently check cell A1 if its value has been changed. For this check out the VBA basics about "IF...THEN". Furthermore, you need the ...
MT4 to Excel through Excel RTD (Finally!)
- JibalaPasan replied Dec 31, 2020
Not bad for just a pure holiday season. Even today, with almost all currencies having bank holidays, I got my opportunities. Oh, one thing I still wanted to mention. Please do me a favor and do not pm me regarding the 00-level-system. If you have ...
As simple as possible: 00 level trading
- JibalaPasan replied Dec 28, 2020
Wishing health and some relaxed days to all trader buddies from around the world. Happy New Year 2021 in advance.
Best of luck and stay green always! ...
- JibalaPasan replied Nov 21, 2020
NaSap did it on her trading dashboard some years ago and it's very helpful in trading without to stare at the charts all the time. url Best of luck and stay green always!
MT4 to Excel through Excel RTD (Finally!)Jibala
- JibalaPasan replied Nov 20, 2020
DDE offers some simple functions only! Best of luck and stay green always!
MT4 to Excel through Excel RTD (Finally!)Jibala
- JibalaPasan replied Nov 20, 2020
The list of tickets includes both open positions and pending orders. Closed orders are not possible with RTD. Best of luck and stay green always!
MT4 to Excel through Excel RTD (Finally!)Jibala
- JibalaPasan replied Nov 14, 2020
From the RTD manual: Best of luck and stay green always!
MT4 to Excel through Excel RTD (Finally!)Jibala
- JibalaPasan replied Nov 14, 2020
It's hard to give an or the right answer as long as you don't tell us about how you try to import data into M$ Excel. Best of luck and stay green always!
MT4 to Excel through Excel RTD (Finally!)Jibala
- JibalaPasan replied Nov 13, 2020
Wrong approach! You should have a strategy at the first. Secondly, test your strategy. This is very important to know if the signals coming from your strategy are good enough. Execute the trades manually from within your Excel Sheet. If everything ...
MT4 to Excel through Excel RTD (Finally!)
- JibalaPasan replied Nov 13, 2020
Sorry, but what's not clear on that statement? In other words, bar 0 is the current in-progress bar; bar 1 is the last complete bar etc. Best of luck and stay green always!
MT4 to Excel through Excel RTD (Finally!)Jibala
- JibalaPasan replied Nov 12, 2020
Read the manual! Best of luck and stay green always!
MT4 to Excel through Excel RTD (Finally!)Jibala
- JibalaPasan replied Oct 30, 2020
It works perfectly for me. Check formula again, maybe you see what's wrong.
MT4 to Excel through Excel RTD (Finally!)Best of luck and stay green always!
Jibala
- JibalaPasan replied Oct 30, 2020
It was just a quick test just to see if the formula is correct and the buttons are sending an order to the terminal. There's no automatism behind the buttons! Just manual execution. Best of luck and stay green always!
MT4 to Excel through Excel RTD (Finally!)Jibala
- JibalaPasan replied Oct 27, 2020
Kindly check the MT4 logfiles. Maybe you'll find an entry there. 0 11:28:58.936 '1234567': order sell market 0.02 EURUSD sl: 0.00000 tp: 0.00000 1 11:28:59.106 '1234567': order sell 0.02 EURUSD opening at market sl: 0.00000 tp: 0.00000 failed ...
MT4 to Excel through Excel RTD (Finally!)
- JibalaPasan replied Oct 25, 2020
That implicates that the cell "C2" is changed manually but that never happens since you calculate the cell by reference to another cell. Therefore, you must adjust that piece of code and you have to work with "Private Sub Worksheet_Calculate()" ...
MT4 to Excel through Excel RTD (Finally!)