Support Board
Date/Time: Mon, 15 Sep 2025 13:43:51 +0000
Post From: Remote Algo control: looking for ASCIL study
[2025-09-14 19:18:54] |
User61168 - Posts: 447 |
Hello, Problem Statement: I am looking to control start/stop of my algo remotely via Web Panel Solution: Via WebPanel, control the start/stop via "fake" limit orders (far away from current price) Ask: I am looking for an ASCIL study that will do the following... 1) Read the pending limit order submitted via web panel and return the following in the custom ASCIL study's subgraph a) position qty (numeric + or -) b) position price (numeric) Most of my algos use market orders so looking for just one limit order will work for me. Use Case: - I will use 1.a to control position qty in trade ticket which my algo uses for market orders - I will use + or - in order qty to control the algo to trade only long or short trades - I will use the price in 1.b to control when to start or stop algo i.e. if price=1, do nothing, if price=2, flatten all and stop trading, if price=3, close all losing trades, if price=4, close all profitable trades etc etc. p.s. I designed such a "remote control" system on MT4 (for Forex) and it was a great tool to have for mobile traders or those who have 9-5 jobs. Date Time Of Last Edit: 2025-09-14 19:22:48
|