gouki1001
Added topic if result.retcode != mt5.TRADE_RETCODE_DONE: NoneType' object has no attribute 'retcode'
         # send a trading request         result = mt5.order_send(request)          # check the execution result
gouki1001
Added topic How can I get the broker's server datetime?
Using python with mt5 https://www.mql5.com/en/docs/python_metatrader5/mt5login_py How can I get the broker's server datetime
Fast  Happy
[Deleted] 2023.11.10
[Deleted]
gouki1001
Added topic How can I get the broker's server datetime?
Using python with mt5 https://www.mql5.com/en/docs/python_metatrader5/mt5login_py How can I get the broker's server datetime
gouki1001
Added topic Is it possible to sort assets downloaded from metatrader 5 using python by sector?
Is it possible to sort assets downloaded from metatrader 5 using python by sector
Fast  Happy
[Deleted] 2023.11.10
[Deleted]
gouki1001
Added topic mt5.TIMEFRAME_
Where is the documentation for the different timeframes i can querry? Using python mt5 library https://www.mql5.com/en/docs/python_metatrader5
gouki1001
Added topic Can I get the symbol margin?
https://www.mql5.com/en/docs/python_metatrader5/mt5symbolinfo_py Where can I find the margin for the symbol
gouki1001
Added topic Convert Lots to Nominal value
How do you convert lots to nominal value
gouki1001
Added topic Can you get the commission rate from the metatrader ?
Can you get the commission rate from the metatrader for each asset
gouki1001
Added topic Nominal value
Is this accurate
gouki1001
Added topic How does metatrader optimize strategies?
How dos metatrader optimize strategies? (basic loops?, dynamic programming?)
gouki1001
Added topic withdrawl to skrill using python
Can I withdraw money with the metatrader to skrill using python? https://www.metatrader4.com/en/company/342
gouki1001
Added topic Thinking of a way to algorithmically adjust lot sizes without a stop loss.
Thinking of a way to algorithmically adjust lot sizes without a stop loss . Is there a framework or calculation people normally use in this situation
gouki1001
Added topic Is there anyway to group assets offered?
Is there anyway to group assets offered
gouki1001
Added topic Is it possible to get all available pairs/assets from the metatrader using the metatrader5
Is it possible to get all available pairs/assets from the metatrader using the metatrader5
gouki1001
Added topic Using python with metatrader with the pypi metatrader library
Using python can I querry a list of all available pairs or stocks
gouki1001
Added topic What is the moving average period used when called like this?
#include <Indicators\Trend.mqh> CiMA ma[10];
gouki1001
Added topic Does Metaquotes include commisions and swap in Max DD calculations?
Does Metaquotes include commisions and swap in Max DD calculations
gouki1001
Added topic Reversal of Purchase Market Products.
The product works far from what was advertised and it was said the product was autonomous and works manually with an indicator. Which is different from working with an iCustom function . I would like to cancell the purchases made $60 USD in total
gouki1001
Added topic Automatically Take pictures of Orders
How do I automatically take pictures of orders
gouki1001
Added topic 'StringToTime' - wrong parameters count
Comm= Comm +"StringToT"+ StringToTime(TimeCurrent() + 60*60,TIME_DATE|TIME_MINUTES)+"\n"; But  Comm= Comm +"TimeToSMath"+ TimeToString(TimeCurrent() + 60*60, TIME_DATE|TIME_MINUTES)+"\n"; Works