This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # RÉCAPITULATIF COMPLET DU PROJET - ADEXSI | |
| ## De la data brute à la génération de leads qualifiés | |
| --- | |
| ## CONTEXTE DU PROJET | |
| **Client** : Adexsi (Groupe Soprema) | |
| **Objectif** : Générer une base de prospects qualifiés pour la commercialisation d'équipements sportifs (Gamme Genetis) | |
| **Cible** : Décideurs et influenceurs dans les communes (mairies, installations sportives) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // The original code in this file was created by Quagensia® N Edition. | |
| // | |
| // Please visit www.quagensia.com and download the Quagensia N Edition free trial which will empower you to: | |
| // | |
| // 1. Create your own algorithmic trading strategies without code by simply | |
| // clicking choices on a screen as you would verbally describe your trading ideas. | |
| // | |
| // 2. Get no-code trading strategies that you can use as-is and customize without code. | |
| // |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import streamlit as st | |
| import streamlit_authenticator as stauth | |
| import yaml | |
| from yaml.loader import SafeLoader | |
| import os | |
| import base64 | |
| # Set page config | |
| st.set_page_config( | |
| page_title="nocodeML", |
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| time,event,qty,price,event_event,qty_event,amount,result,144_sma,233_zelma,500p_Bolli_lower,500p_Bolli_upper,618_ema,ADX,ATR,Accum_Dist,CCI,Chaikin,Fisher_Transform,Lin_Reg_Slope,MACD_average,MACD_default,MACD_difference,MA_Envelopes_Lower,MA_Envelopes_Mid,MA_Envelopes_Upper,MFI,Momentum,OBV,PFE,RSI_average,RSI_default,RVI,R_squared,Rind,Trix_default,Trix_signal,VROC,Vortex_Minus,Vortex_Plus,Williams%R,ZigZag_high,ZigZag_low,vwap,vwap_cloud_high,vwap_cloud_low | |
| 2024-03-19 02:05:24,SE1,1,18188.25,,,,unknown,18184.08,18190.67,18172.08,18203.87,18203.11,41.98,8.28,-7508.0,-113.68,-315.02,-0.45,-0.45,3.28,1.81,-1.48,17924.31,18197.27,18470.23,37.26,-5.0,-7489.0,0.26,46.14,42.91,65.65,0.73,13.68,0.0,0.0,112.64,0.98,1.02,-93.59,18205.75,18174.5,18187.7,18188.25,18187.7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "definition": { | |
| "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#", | |
| "actions": { | |
| "Analyser_JSON": { | |
| "inputs": { | |
| "content": "@body('HTTP_2__Workspaces')", | |
| "schema": { | |
| "properties": { | |
| "@@odata.context": { |