En la carga de los recursos... Cargando...

Por favor, amigos, el alert_message de tradingview cambia el modo de conectar con FMZ.

El autor:Q631207207, Creado: 2022-05-16 21:10:12, Actualizado: 2022-05-16 21:11:40

Si (tp1Abrir) strategy.exit (long1, when=strategy.position_size > 0, limit=strategy.position_avg_price * (1 + tp1), qty_percent=tp1Amount, comment= más plano 1, alert_message= más plano 30%) strategy.exit (short1, when=strategy.position_size < 0, limit=strategy.position_avg_price * (1 - tp1), qty_percent=tp1Amount, comment=alert_message=alert1, alert_message=alert 30%)

Si (tp2Open) strategy.exit (long2, when=strategy.position_size > 0, limit=strategy.position_avg_price * (1 + tp2), qty_percent=tp2Amount, comment= más de 2, alert_message= más de 50% de las posiciones) strategy.exit (short2, when=strategy.position_size < 0, limit=strategy.position_avg_price * (1 - tp2), qty_percent=tp2Amount, comment=alert_message=alert2, alert_message=alert50%)

si (tp3Abrir)
strategy.exit (long3, when=strategy.position_size > 0, limit=strategy.position_avg_price * (1 + tp3), qty_percent=tp3Amount, comment= más de 3, alert_message= más de 100% de puntos) strategy.exit (short3, when=strategy.position_size < 0, limit=strategy.position_avg_price * (1 - tp3), qty_percent=tp3Amount, comment=alert_message=alert_price 100%)

这是我TV的分批止盈策略,请问该怎么搭建机器人对接?社区的那个直连教程 好像并没有针对这个警报的设置和分批止盈

Más contenido

El inventor de la cuantificaciónEn este caso, el usuario puede crear una política de código abierto (PIN) para que el usuario pueda ejecutar la política.

Q631207207Ahora mi problema es cómo mi estrategia debería ser para recibir el robot de FMZ, el código de ese robot de la comunidad parece no estar en lote.

El inventor de la cuantificación¿Qué quieres decir? tp1Open = input.bool ((true, "TP1", group = "Take Profits") y el grupo = "Take Profits") tp1 = input.float ((2.0, "TP Level (%) ", step = 0.1, group = "Take Profits") / 100 El nivel de TP (%) y el nivel de TP (%) son los siguientes: tp1Amount = input.int ((30, "Amount (%) ", step = 1, group = "Take Profits") tp2Open = input.bool ((true, "TP2", group = "Take Profits") y el grupo = "Take Profits") tp2 = input.float ((2.5, "TP Level (%) ", step = 0.1, group = "Take Profits") / 100 El nivel de TP es el siguiente: tp2Amount = input.int ((71, "Amount (%) ", step = 1, group = "Take Profits") tp3Open = input.bool ((true, "TP3", group = "Take Profits") y el grupo = "Take Profits") tp3 = input.float ((3.0, "TP Level (%) ", step = 0.1, group = "Take Profits") / 100 El nivel de TP (%) y el nivel de TP (%) son los siguientes: tp3Amount = input.int ((100, "Amount (%) ", step = 1, group = "Take Profits") st5=input.float ((1.3, "Stop Loss", step = 0.1, group = "Take Profits") / 100 Alertafg = entrada (true) ¿Qué es esto? ¿Qué es esto? longCondition = alertfg y close> close[1] Si (condición larga) En el caso de la estrategia.entry (("long", strategy.long, comment='hacer más', alert_message="hacer más") longsl=alertfg y closeclose[1] strategy.close ("short", when=high > strategy.position_avg_price * (1 + st5) or shortsl,comment='pérdida en el aire', alert_message="pérdida en el aire") La lógica del equilibrio si tp1 Abierto strategy.exit ("long1", when=strategy.position_size > 0, limit=strategy.position_avg_price * (1 + tp1), qty_percent=tp1Amount, comment='más plano 1', alert_message="más plano 30%") strategy.exit ("short1", when=strategy.position_size < 0, limit=strategy.position_avg_price * (1 - tp1), qty_percent=tp1Amount, comment='espacio plano 1', alert_message="espacio plano 30%") Si es tp2Open strategy.exit ("long2", when=strategy.position_size > 0, limit=strategy.position_avg_price * (1 + tp2), qty_percent=tp2Amount, comment='plano2', alert_message="plano más del 50%") Strategy.exit ("short2", when=strategy.position_size < 0, limit=strategy.position_avg_price * (1 - tp2), qty_percent=tp2Amount, comment='espacio plano 2', alert_message="espacio plano 50%") Si es tp3Open strategy.exit ("long3", when=strategy.position_size > 0, limit=strategy.position_avg_price * (1 + tp3), qty_percent=tp3Amount, comment='más plano 3', alert_message="más plano 100%") Strategy.exit ("short3", when=strategy.position_size < 0, limit=strategy.position_avg_price * (1 - tp3), qty_percent=tp3Amount, comment='espacio plano 3', alert_message="espacio plano 100%") ¿Qué quieres decir? Esto no debería ser un problema. Las últimas líneas se han reducido o cambiado para usted.

El inventor de la cuantificaciónalertfg no está definido.

Q631207207tp1Open = input.bool ((true, "TP1", group = "Take Profits") y el grupo = "Take Profits") tp1 = input.float ((2.0, "TP Level (%) ", step = 0.1, group = "Take Profits") / 100 El nivel de TP (%) y el nivel de TP (%) son los siguientes: tp1Amount = input.int ((30, "Amount (%) ", step = 1, group = "Take Profits") tp2Open = input.bool ((true, "TP2", group = "Take Profits") y el grupo = "Take Profits") tp2 = input.float ((2.5, "TP Level (%) ", step = 0.1, group = "Take Profits") / 100 El nivel de TP es el siguiente: tp2Amount = input.int ((71, "Amount (%) ", step = 1, group = "Take Profits") tp3Open = input.bool ((true, "TP3", group = "Take Profits") y el grupo = "Take Profits") tp3 = input.float ((3.0, "TP Level (%) ", step = 0.1, group = "Take Profits") / 100 El nivel de TP (%) y el nivel de TP (%) son los siguientes: tp3Amount = input.int ((100, "Amount (%) ", step = 1, group = "Take Profits") st5=input.float ((1.3, "Stop Loss", step = 0.1, group = "Take Profits") / 100 ¿Qué es esto? ¿Qué es esto? longCondition = alertfg y close> close[1] Si (condición larga) En el caso de la estrategia.entry (("long", strategy.long, comment='hacer más', alert_message="hacer más") ¿Qué es esto? longsl=alertfg y closeclose[1] strategy.close ("short", when=high > strategy.position_avg_price * (1 + st5) or shortsl,comment='pérdida en el aire', alert_message="pérdida en el aire") ¿Qué es esto? La lógica del equilibrio Si (tp1Abrir) strategy.exit ("long1", when=strategy.position_size > 0, limit=strategy.position_avg_price * (1 + tp1), qty_percent=tp1Amount, comment='más plano 1', alert_message="más plano 30%") strategy.exit ("short1", when=strategy.position_size < 0, limit=strategy.position_avg_price * (1 - tp1), qty_percent=tp1Amount, comment='espacio plano 1', alert_message="espacio plano 30%") Si (tp2Open) es el nombre de una página. strategy.exit ("long2", when=strategy.position_size > 0, limit=strategy.position_avg_price * (1 + tp2), qty_percent=tp2Amount, comment='plano2', alert_message="plano más del 50%") Strategy.exit ("short2", when=strategy.position_size < 0, limit=strategy.position_avg_price * (1 - tp2), qty_percent=tp2Amount, comment='espacio plano 2', alert_message="espacio plano 50%") ¿Qué es esto? Si (tp3Open) es el nombre de una página. strategy.exit ("long3", when=strategy.position_size > 0, limit=strategy.position_avg_price * (1 + tp3), qty_percent=tp3Amount, comment='más plano 3', alert_message="más plano 100%") Strategy.exit ("short3", when=strategy.position_size < 0, limit=strategy.position_avg_price * (1 - tp3), qty_percent=tp3Amount, comment='espacio plano 3', alert_message="espacio plano 100%") Es mi parada para parar, no puedo moverme y correr directamente.