You might find https://silkplm.com/product-description-generator/ handy if you're mixing AI-generated ideas with trading logic. I used it for another project to simplify some outputs and make them sound more human before adding them into my EA inputs. It won’t replace your trading logic, but it’s a nice way to clean up messy AI-generated text before bringing it into fxdreema.
Best posts made by Binzapella
-
RE: A.I.
Latest posts made by Binzapella
-
RE: SAVE PRICE LEVELS ENQUIRY
Interesting topic—has anyone tried using string variables to store levels as comma-separated values, then parsing them with custom code? Might be a workaround before diving into arrays.
-
RE: How to design a floating profit in a certain direction to increase the position in this direction, a floating loss in a certain direction can not increase the position in this direction, thank you big guy very, very much need help
Interesting logic! Has anyone tried applying this with dynamic lot sizing based on floating profit percentage? Wondering if it improves long-term stability.
-
RE: A.I.
You might find https://silkplm.com/product-description-generator/ handy if you're mixing AI-generated ideas with trading logic. I used it for another project to simplify some outputs and make them sound more human before adding them into my EA inputs. It won’t replace your trading logic, but it’s a nice way to clean up messy AI-generated text before bringing it into fxdreema.
-
RE: A.I.
I tried a similar thing by mixing logic blocks with trained signals and had better results using value comparisons instead of trying to make the AI decide everything on its own.
-
RE: "write to file" is posting all data within 1 column
By breaking the data into separate columns, you'll have more flexibility when working with it in your spreadsheet.